Scheduler for UWP/WinRT
Item(Guid) プロパティ

取得する要素のキー。
キーが指定された場合、それを持つ要素を取得します。
構文
'宣言
 
Public Overloads Shadows ReadOnly Property Item( _
   ByVal key As System.Guid _
) As T
public new T Item( 
   System.Guid key
) {get;}

パラメータ

key
取得する要素のキー。

プロパティ値

指定されたキーを持つ要素。要素が検出されない場合、nullを返します。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

BaseCollection<T> クラス
BaseCollection<T> メンバ
オーバーロード一覧

Send Feedback